home *** CD-ROM | disk | FTP | other *** search
/ Hot Super Models / Hot Super Models.iso / dos / tif / readme.txt < prev    next >
Text File  |  1992-07-23  |  2KB  |  35 lines

  1. The files in distribution:
  2.  
  3. hiview.exe      The executable for 386 computers, compiled with djgcc
  4. hiview4.exe      The executable for 486 computers, compiled with djgcc
  5. hiview.doc      document for hiview
  6. emu387          The 387 emulator, provided by djgcc
  7. *.grn           Various graphics drivers in the "new" format
  8. README.IJG      The readme and legal limitations on the Independent JPEG
  9.                 Group sources
  10. COPYING         Policies on copying the sources and other files
  11. COPYING.DJ      Included from the djgpp distribution
  12. COPYING.FSF     The FSF copyright notice
  13. src\viewer.c    the main part of the program
  14. src\dither.c    the FS dithering algorithms by Bruce (bs@mda.ca)
  15.                 modified to use 32 bit integer math
  16. src\hicolor.c   no longer used. used to be the hicolor support part
  17. src\fnsplit.c   fnsplit, ala Borland C
  18. src\jrdgif.c    modified from the JPEG distribution
  19. src\jrdtarga.c    "       "     "   "       "    
  20. src\jmemmgr.c     "       "     "   "       "    
  21. src\todo.doc    planned improvements and a general plea for your help
  22. src\*.h         various header files.
  23. src\makefile    the makefile for hiview.out
  24. src\makefile.opt the makefile for optimized executable
  25. src\*.lst       list of files required by the make file to avoid the
  26.                 command line length limitation of MSDOS
  27. src\jdcolor.c   version 3a of IJG code, slightly modified.
  28. src\jquant*.c
  29. src\jdmcu.c  
  30. src\range.c     for speeding range checking
  31. src\mypow.c     integer only routine for pow(x,y).
  32. src\jversion.h  version number 3a for IJG code.
  33. src\jconfig.h   I can't remember what I modified here. Probably nothing!
  34. src\*calc.c     calculate the log and range tables for mypow.c and range.c
  35.